-
Notifications
You must be signed in to change notification settings - Fork 4
Add LLaVA component to components.yml #236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 1 files reviewed, 2 unresolved discussions
docker-compose.components.yml
line 159 at r1 (raw file):
llava-detection-server: <<: *detection-component-base
This is not a component and should not extend from the component base.
docker-compose.components.yml
line 167 at r1 (raw file):
memlock: -1 stack: 67108864 ports:
This is for exposing ports so that the server can be accessed externally to Docker. Since only your LLAVA component service needs to access it, I think this is unnecessary and should be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 1 files reviewed, 2 unresolved discussions (waiting on @jrobble)
docker-compose.components.yml
line 159 at r1 (raw file):
Previously, jrobble (Jeff Robble) wrote…
This is not a component and should not extend from the component base.
Done.
docker-compose.components.yml
line 167 at r1 (raw file):
Previously, jrobble (Jeff Robble) wrote…
This is for exposing ports so that the server can be accessed externally to Docker. Since only your LLAVA component service needs to access it, I think this is unnecessary and should be removed.
Done.
Making a note to consider adding:
to address losing GPU connectivity when ollama unloads the model after inactivity. Issue mentioned here: ollama/ollama#6928 (comment) |
Change to |
Issues:
Related PRs:
Please review our Contributor Guide.
This change is